home *** CD-ROM | disk | FTP | other *** search
/ Gospel Library / Infobase setup disc.iso / intro / intro.dxr / 00197.ls < prev    next >
Encoding:
Text File  |  1998-09-22  |  146 b   |  9 lines

  1. on exitFrame
  2.   global pauseMe
  3.   if (the movieRate of sprite 3 = 0) and (pauseMe = 0) then
  4.     go(#next)
  5.   else
  6.     go(the frame - 1)
  7.   end if
  8. end
  9.